.mybanner img {
  width: 100%;
}
.mybanner .swiper-pagination {
  bottom: 14px;
}
.mybanner .swiper-pagination-bullet {
  background-color: #ED1B23;
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
.mybanner .swiper-button-prev {
  left: 30px;
}
.mybanner .swiper-button-next {
  right: 30px;
}
.mybanner .swiper-button-next::after,
.mybanner .swiper-button-prev::after {
  color: #ED1B23;
}
img.jsx-1643198713 {
  width: auto;
}
img {
  vertical-align: middle;
}
a:hover {
  text-decoration: none !important;
}
.m-nav {
  padding: 0;
}
.m-nav dl a {
  font-size: 16px;
}
.nav-content {
  top: 38px;
}
.m-nav dl a:hover {
  color: #ED1B23;
}
.h-logo {
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: center;
}
.logo_nav_mobile .menu-item-title a {
  display: block;
}
.main-move a {
  width: 100%;
}
.main-move a.active {
  width: 200%;
}
.section-design,
.main-move,
.main-anli,
.main-anli .banner {
  margin: 0;
}
.myiframe {
  text-align: center;
}
.mytitle {
  margin: 55px 0;
}
.mytitle .t1 {
  color: #ECECEC;
  font-size: 42px;
  margin-bottom: -26px;
  text-transform: uppercase;
}
.mytitle .t2 {
  font-size: 36px;
  color: #424242;
  font-weight: bold;
}
.mytitle .t2 span {
  position: relative;
}
.mytitle .t2 span::after,
.mytitle .t2 span::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 2px;
  background-color: #76736B;
  top: 50%;
}
.mytitle .t2 span::after {
  left: 0;
  transform: translate(calc(-100% - 26px), -50%);
}
.mytitle .t2 span::before {
  right: 0;
  transform: translate(calc(100% + 26px), -50%);
}
.mytitle .t3 {
  font-size: 20px;
  color: #424242;
  margin-top: 6px;
}
.i-hezuo {
  margin: 80px auto 80px;
  text-align: center;
}
.i-hezuo .i-heuzo-logo {
  margin-bottom: 40px;
}
.i-hezuo .i-heuzo-logo img {
  max-width: 400px;
}
.i-hezuo .i-hezuo-img {
  max-width: 100%;
}
.i-hezuo .i-hezuo-text {
  font-size: 30px;
  font-weight: bold;
}
.i-news {
  width: 100%;
}
.i-news .i-news-list {
  display: flex;
}
.i-news .i-news-list .i-news-item {
  width: 25%;
  height: 460px;
  display: block;
  position: relative;
}
.i-news .i-news-list .i-news-item:hover .i-news-mask {
  display: flex;
}
.i-news .i-news-list .i-news-item:not(:last-of-type) {
  margin-right: 20px;
}
.i-news .i-news-list .i-news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-news .i-news-list .i-news-item .i-news-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 55, 44, 0.56);
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
}
.i-news .i-news-list .i-news-item .i-news-mask div {
  font-size: 24px;
  margin-bottom: 35px;
}
.i-news .i-news-list .i-news-item .i-news-mask span {
  font-size: 16px;
  border-top: 1px white solid;
  padding-top: 10px;
}
.i-video {
  margin: 20px 0 40px;
  position: relative;
}
.i-video .i-video-img {
  width: 100%;
}
.i-video .swiper-pagination-bullet {
  background-color: #ED1A23;
  margin: 0 6px !important;
}
.i-video .video_click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.i-video .i-video-btn {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid #ed1b23;
  border-radius: 4px;
  text-decoration: none;
  color: #ed1b23;
  margin-top: 30px;
}
.i-video .i-video-btn:hover {
  background-color: #ed1b23;
  color: white;
}
.myfooter {
  background-color: #F9F9F9;
  padding-top: 50px;
}
.myfooter .footer1 {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.myfooter .footer1 .footer1-l .footer-logo {
  max-width: 240px;
}
.myfooter .footer1 .footer1-l .footer-phone {
  margin: 40px 0 50px;
}
.myfooter .footer1 .footer1-l .footer-phone .footer-phone-item:not(:nth-child(1)) {
  margin-top: 30px;
}
.myfooter .footer1 .footer1-l .footer-phone .footer-phone-item div:nth-of-type(1) {
  color: #666;
  font-size: 14px;
}
.myfooter .footer1 .footer1-l .footer-phone .footer-phone-item div:nth-of-type(2) {
  color: #ED1B23;
  font-size: 26px;
  font-weight: bold;
}
.myfooter .footer1 .footer1-r {
  margin-left: 80px;
  display: flex;
}
.myfooter .footer1 .footer1-r .footer-item {
  text-align: left;
}
.myfooter .footer1 .footer1-r .footer-item:not(:last-of-type) {
  margin-right: 80px;
}
.myfooter .footer1 .footer1-r .footer-item a {
  display: block;
}
.myfooter .footer1 .footer1-r .footer-item a:nth-of-type(1) {
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  position: relative;
}
.myfooter .footer1 .footer1-r .footer-item a:nth-of-type(1)::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #ED1B23;
  top: 50%;
  width: 25px;
  left: -36px;
}
.myfooter .footer1 .footer1-r .footer-item a:not(:nth-child(1)) {
  color: #999;
  font-size: 12px;
  margin-top: 18px;
}
.myfooter .footer1 .footer1-r .footer-item a:not(:nth-child(1)):hover {
  color: #ED1B23;
}
.myfooter .footer2 {
  padding: 20px 0;
  border-top: 1px #ddd solid;
}
.myfooter .footer2 .footer2-item {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #666;
  text-align: left;
}
.myfooter .footer2 .footer2-item a {
  color: #666;
}
.myfooter .footer2 .footer2-item a.footer2-right {
  float: right;
}
.myfooter .footer2 .footer2-item a:hover {
  color: #ED1B23;
}
@media (max-width: 1300px) {
  .myfooter .footer1,
  .myfooter .footer2-item {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    box-sizing: border-box;
  }
}
.hover_ewm {
  position: relative;
}
.hover_ewm:hover {
  opacity: 1 !important;
}
.hover_ewm:hover .hover_ewm_img {
  display: block;
}
.hover_ewm .hover_ewm_img {
  display: none;
  position: absolute;
  width: 150px;
  top: -150%;
  left: calc(-150% * 2);
}
@media (max-width: 768px) {
  .i-hezuo {
    margin: 40px auto 30px;
    text-align: center;
  }
  .i-hezuo .i-heuzo-logo {
    margin-bottom: 20px;
  }
  .i-hezuo .i-heuzo-logo img {
    max-width: 150px;
  }
  .i-hezuo .i-hezuo-img {
    max-width: 100%;
  }
  .i-hezuo .i-hezuo-text {
    font-size: 18px;
    font-weight: bold;
  }
  .myfooter {
    padding-top: 30px;
  }
  .myfooter .footer1 {
    flex-direction: column;
    text-align: center;
  }
  .myfooter .footer1 .footer-phone {
    margin: 20px 0 20px !important;
  }
  .myfooter .footer1 .footer-phone .footer-phone-item:not(:nth-child(1)) {
    margin-top: 10px !important;
  }
  .myfooter .footer1 .footer-phone .footer-phone-item div:nth-of-type(1) {
    color: #666;
    font-size: 14px;
  }
  .myfooter .footer1 .footer-phone .footer-phone-item div:nth-of-type(2) {
    font-size: 20px !important;
  }
  .myfooter .footerlogo {
    max-width: 80%;
  }
  .myfooter .footer1,
  .myfooter .footer2-item {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
    box-sizing: border-box;
  }
  .myfooter .footer1-r {
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-left: 0 !important;
    padding-bottom: 20px;
  }
  .myfooter .footer1-r .footer-item {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .myfooter .footer1-r .footer-item a {
    margin-top: 10px !important;
  }
  .myfooter .footer1-r .footer-item a:after {
    display: none;
  }
  .myfooter .footer2 {
    line-height: 20px;
    padding: 10px 0;
  }
  .myfooter .footer2 .footer2-item {
    font-size: 12px;
  }
  .myfooter .footer2 a.footer2-right {
    float: none !important;
  }
}
.m-connt .left dt.curr > a,
.m-connt .left dt > a:hover {
  background-color: #ED1B23;
  color: white;
}
.m-connt .left dt.curr > a i {
  transform: rotate(0);
}
.fu .erji1 .subnav-item {
  background-color: #f7f7f7;
}
.fu .erji1 .subnav-item:hover {
  background-color: #fff1f2;
}
.m-connt .right dt li .item-mask .desc .desc-item {
  margin-bottom: 6px;
}
.m-connt .right dt li .item-mask .desc .desc-item p {
  line-height: 30px !important;
  font-size: 13px;
  text-align: left;
}
.m-page a.curr,
.m-page a:hover {
  background-color: #ED1B23 !important;
}
.nav-content .nav-content-item a:hover {
  color: #ffffff;
  background-color: #ed1b23;
}
.tran,
.tran a,
.tran button {
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.detail-item-title p {
  color: #333;
}
.productTitle {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
.mycontent {
  text-align: left !important;
  padding: 0 20px 60px !important;
}
.mycontent p {
  margin-bottom: 0;
  line-height: 24px;
  color: #464646;
}
.mycontent img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}
.out2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_note {
  color: #666;
  font-size: 13px;
  margin-top: 20px;
  text-align: left;
}
.news-card-content {
  border-bottom: 1px solid #d1d1d1;
}
.mynone {
  display: none;
}
.page,
.banner {
  margin-top: 0;
}
.headerH {
  margin-top: 104px;
}
.mybanner2 img {
  width: 100%;
}
.fanye {
  margin-top: 20px;
}
.relate-list {
  margin-top: 30px;
}
.label.jsx-886766885 {
  font-size: 14px;
  background: #de2c26;
  color: #fff;
  padding: 3px 10px;
  float: left;
  margin-bottom: 5px;
}
.m-connt .right dt li.prd_thum_item {
  height: auto;
}
.list.jsx-886766885 {
  display: inline-block;
  width: 100%;
}
a.jsx-2162103622 {
  color: #333;
  text-decoration: underline;
}
.steps__1 p {
  line-height: 28px;
  color: #555;
}
.form1Submit button {
  line-height: 32px;
  padding: 5px 40px;
  font-size: 15px;
  border: 1px solid #959595;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
}
.form1Submit button:hover {
  background-color: #ED1B23;
  border-color: #ED1B23;
  color: white;
}
.form1Submit button:nth-of-type(1) {
  margin-right: 100px;
}
.job_page {
  width: 900px;
  width: 100%;
  text-align: left;
  padding: 20px 0;
}
.job_page .job_note {
  font-size: 14px;
  margin-bottom: 20px;
}
.job_page .job_title {
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: bold;
}
.job_page .job_list .job_item {
  padding: 0 0 30px;
  box-shadow: 0 0 10px #ddd;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.job_page .job_list .job_con {
  line-height: 30px;
  font-size: 14px;
}
.contact_page {
  padding: 50px 0;
  width: 1170px;
  margin: 0 auto;
}
.contact_page .contact_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.contact_page .contact_text {
  display: flex;
}
.contact_page .contact_text .contact_text_l {
  width: 40%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_page .contact_text .contact_text_l .t1 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.contact_page .contact_text .contact_text_l .t2 {
  font-size: 14px;
  line-height: 24px;
}
.contact_page .contact_text .contact_text_r {
  width: 60%;
  height: 300px;
}
.contact_page .contact_text .contact_text_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_page .contact_icon {
  margin-top: 30px;
}
.contact_page .contact-phone-icon,
.contact_page .contact-address-icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.contact_page .contact-phone-icon {
  background: url(../images/contact_phone.png) center center / 16px no-repeat #ffffff;
  margin-right: 30px;
}
.contact_page .contact-address-icon {
  background: url(../images/contact_address.png) center center / 16px no-repeat #ffffff;
}
.contact_page .contact_map {
  /* label：方框没了 img：地图没了 div：图标没了 */
}
.contact_page .contact_map .mymap {
  width: 100%;
  height: 500px;
}
.about_list {
  width: 1500px;
  margin: 40px auto;
}
.about_list .about_item {
  display: flex;
  height: 496px;
  align-items: center;
}
.about_list .about_item.about_item_reset {
  flex-direction: row-reverse;
}
.about_list .about_item .about_left {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_list .about_item .about_left .about_left_con {
  width: 500px;
  text-align: left;
}
.about_list .about_item .about_left .about_left_con .about_item_title {
  font-size: 26px;
  margin-bottom: 20px;
}
.about_list .about_item .about_left .about_left_con .about_item_con_con {
  font-size: 14px;
  line-height: 26px;
}
.about_list .about_item .about_right {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.about_list .about_item .about_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
li.jsx-1300928582 {
  text-align: center;
}
.sideChat > ul li {
  box-sizing: border-box;
}
.sideChat > ul li p {
  font-size: 12px;
}
.case_page {
  padding-bottom: 40px;
}
.mcase_cate_list {
  display: none;
}
.sideChat.jsx-1300928582 > ul.jsx-1300928582 li.jsx-1300928582 {
  background: #ed1b23 !important;
}
@media (max-width: 1500px) {
  .i-news .i-news-list .i-news-item {
    height: 350px;
  }
  .about_list {
    width: 100%;
  }
}
.nolist {
  text-align: center;
  font-size: 15px;
  margin: 20px 0;
  display: block;
  width: 100%;
}
.mbanner {
  display: none;
}
.m-page {
  flex-wrap: wrap;
}
.case_video_banner2 {
  margin-bottom: 20px;
}
.mycontactTextBanner {
  line-height: 1.8;
}
.mycontactTextBanner h3 {
  color: #ed1b23;
}
.main-anli a {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.gallery-item .banner-title .english {
  text-transform: uppercase;
  letter-spacing: 11px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.jm_page {
  margin: 50px 0 40px;
}
.jm_page .jm_search {
  width: 100%;
  background-color: white;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jm_page .jm_search .jm_search_con {
  border-radius: 40px;
  box-shadow: 0 0 10px #d8d8d8;
  overflow: hidden;
}
.jm_page .jm_search input {
  width: 400px;
  border-radius: 40px 0 0 40px;
  box-sizing: border-box;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px white solid;
  padding: 16px 30px;
  padding-left: 25px;
}
.jm_page .jm_search input:focus {
  outline: none;
}
.jm_page .jm_search select {
  height: 49px;
  border: 1px #ddd solid;
  border: none;
  outline: none;
  margin-right: 10px;
}
.jm_page .jm_search button {
  height: 49px;
  margin-left: -2px;
  padding: 0 20px;
  background-color: #ED1B23;
  color: white;
  border: none;
}
.jm_page .listTitle {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.jm_page #md_dealer {
  display: inline-block;
  width: 1200px;
  margin: 30px auto 10px;
}
.jm_page .dealer-item {
  margin: 10px;
  display: inline-block;
  width: 31.3%;
  padding: 20px;
  float: left;
  text-align: center;
  color: #6b6b6b;
  line-height: 2;
  font-size: 0.85rem;
  height: 280px;
  background: #f7f7f7;
  position: relative;
}
.jm_page h3 {
  font-size: 16px;
  color: black;
  margin-bottom: 15px;
}
.jm_page .address {
  margin-bottom: 20px;
  color: black;
}
.jm_page .address-icon {
  background: url(../images/contact_address.png) center center / 16px no-repeat #ffffff;
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 213px;
  border-radius: 50%;
  cursor: pointer;
}
.jm_page .phone-icon {
  background: url(../images/contact_phone.png) center center / 16px no-repeat #ffffff;
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 123px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .jm_page {
    margin: 50px 0 40px;
  }
  .jm_page .jm_search {
    width: 100%;
    background-color: white;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jm_page .jm_search .jm_search_con {
    border-radius: 30px;
    box-shadow: 0 0 10px #d8d8d8;
    overflow: hidden;
    width: 100%;
    display: flex;
  }
  .jm_page .jm_search input {
    flex: 1;
    border-radius: 40px 0 0 40px;
    box-sizing: border-box;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border: 1px white solid;
    padding: 8px 20px;
  }
  .jm_page .jm_search input:focus {
    outline: none;
  }
  .jm_page .jm_search select {
    width: 80px;
    height: 36px;
    border: 1px #ddd solid;
    border: none;
    outline: none;
    margin-right: 10px;
    box-sizing: border-box;
    flex: 1;
  }
  .jm_page .jm_search button {
    display: block;
    white-space: nowrap;
    height: 36px;
    margin-left: -2px;
    padding: 0 8px;
    box-sizing: border-box;
    background-color: #ED1B23;
    color: white;
    border: none;
  }
  .jm_page .listTitle {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .jm_page #md_dealer {
    display: inline-block;
    width: 100%;
    margin: 10px auto 10px;
  }
  .jm_page .dealer-item {
    margin: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    text-align: center;
    color: #6b6b6b;
    line-height: 2;
    font-size: 0.85rem;
    height: auto;
    padding-bottom: 70px;
    background: #f7f7f7;
    position: relative;
  }
  .jm_page .dealer-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .jm_page h3 {
    font-size: 16px;
    color: black;
    margin-bottom: 15px;
  }
  .jm_page .address {
    margin-bottom: 20px;
    color: black;
  }
  .jm_page .address-icon {
    background: url(../images/contact_address.png) center center / 16px no-repeat #ffffff;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 213px;
    border-radius: 50%;
    cursor: pointer;
  }
  .jm_page .phone-icon {
    background: url(../images/contact_phone.png) center center / 16px no-repeat #ffffff;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 123px;
    border-radius: 50%;
    cursor: pointer;
  }
  .gallery-item .banner-title .english {
    letter-spacing: 1px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .gallery-item .banner-title .china {
    line-height: 33px;
  }
  h2.jsx-605016141 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mycontactTextBanner {
    padding: 0 20px;
  }
  .mycontactTextBanner h3 {
    font-size: 18px;
  }
  .mycontactTextBanner {
    font-size: 12px;
  }
  .swiper-container {
    height: auto;
  }
  h2.jsx-3501626300,
  .main-anli h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  a.jsx-3501626300,
  .main-anli a {
    width: 110px;
    line-height: 15px;
    font-size: 12px;
  }
  .nav-desc-wrap > .description {
    font-size: 12px;
    line-height: 1.5;
  }
  .case_video_banner2 {
    margin-bottom: 30px;
  }
  .m-page a {
    font-size: 12px;
    width: 25px;
    line-height: 25px;
  }
  .pcbanner {
    display: none;
  }
  .mbanner {
    display: block;
  }
  .i-video {
    margin: 10px 0 30px;
    position: relative;
  }
  .i-video .video_click img {
    width: 30px;
  }
  .i-video .i-video-btn {
    width: 120px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
  }
  .main-anli .banner {
    height: 400px;
  }
  .section.jsx-3501626300 {
    height: 420px;
  }
  .i-news {
    width: 100%;
  }
  .i-news .i-news-list {
    display: flex;
    flex-direction: column;
  }
  .i-news .i-news-list .i-news-item {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .i-news .i-news-list .i-news-item:hover .i-news-mask {
    display: flex;
  }
  .i-news .i-news-list .i-news-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .i-news .i-news-list .i-news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .i-news .i-news-list .i-news-item .i-news-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 55, 44, 0.56);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .i-news .i-news-list .i-news-item .i-news-mask div {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .i-news .i-news-list .i-news-item .i-news-mask span {
    font-size: 14px;
    border-top: 1px white solid;
    padding-top: 2px;
  }
  .mytitle {
    margin: 30px 0;
  }
  .mytitle .t1 {
    font-size: 28px;
    margin-bottom: -26px;
  }
  .mytitle .t2 {
    font-size: 22px;
  }
  .mytitle .t2 span {
    position: relative;
  }
  .mytitle .t2 span::after,
  .mytitle .t2 span::before {
    width: 40px;
  }
  .mytitle .t3 {
    font-size: 12px;
    margin-top: 2px;
  }
  .mybanner .swiper-pagination {
    bottom: 10px;
  }
  .mybanner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .mybanner .swiper-button-prev {
    left: 20px;
  }
  .mybanner .swiper-button-next {
    right: 20px;
  }
  .mybanner .swiper-button-next::after,
  .mybanner .swiper-button-prev::after {
    font-size: 28px;
  }
  .myiframe iframe {
    width: 100%;
    height: 280px;
  }
  .nolist {
    font-size: 13px;
  }
  .pcCasecate {
    display: none;
  }
  .mcase_cate_list {
    display: block;
  }
  .mcase_cate_list .mcase_cate_item {
    margin-top: 10px;
    display: block;
  }
  .mcase_cate_list .mcase_cate_item img {
    width: 100%;
  }
  .main.jsx-1628472427 {
    padding: 0 !important;
  }
  .content.jsx-1776631780 {
    width: 100% !important;
    padding: 0 20px !important;
  }
  h2.jsx-1776631780 {
    font-size: 16px !important;
    font-weight: bold;
    margin: 24px 10px 20px !important;
    line-height: 1.6;
  }
  .headerH {
    margin-top: 50px;
  }
  .news-card {
    padding: 0 15px;
  }
  .news-card-content {
    width: 100%;
    height: auto;
  }
  .news-card-content .news-img.jsx-1421695364 {
    width: 100%;
    height: auto;
    position: static;
  }
  .news-card-content p.jsx-1421695364 {
    margin-top: 10px;
    text-align: center;
  }
  .news-card-content .news-title {
    padding-left: 0;
  }
  .join_page {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .join_page .recruit-dealer.jsx-2859682367,
  .join_page .dealer-form.jsx-2591815874 {
    width: 100%;
    padding: 0;
  }
  .join_page .step h3 {
    font-size: 16px;
    line-height: 2.4;
    border: 1px #d6d6d6 solid;
    color: #333;
  }
  .join_page .form-item {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .join_page .form-item label {
    margin-left: 0 !important;
    width: 100%;
    text-align: left;
    color: #333;
  }
  .join_page .form-item input {
    width: 100%;
    border: 1px #d6d6d6 solid;
  }
  .join_page .form-item textarea {
    width: 100%;
    border: 1px #d6d6d6 solid;
  }
  .join_page .form1Submit button {
    font-size: 14px;
    padding: 0px 20px;
  }
  .join_page .form1Submit button:nth-of-type(1) {
    margin-right: 40px;
  }
  .recruit-dealer.jsx-2859682367 {
    width: 100%;
  }
  .job_page {
    width: 100%;
    padding: 20px;
  }
  .job_page .job_title {
    font-size: 20px;
  }
  .job_page .job_list .job_con {
    font-size: 13px;
    line-height: 26px;
  }
  .main-moves a .text h3 {
    font-size: 16px;
  }
  .main-moves a .text p {
    font-size: 14px;
  }
  .contact_page {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
  }
  .contact_page .contact_title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact_page .contact_text {
    display: flex;
    flex-direction: column;
  }
  .contact_page .contact_text .contact_text_l {
    width: 100%;
    padding: 40px 20px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_page .contact_text .contact_text_l .t1 {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
  }
  .contact_page .contact_text .contact_text_l .t2 {
    font-size: 14px;
    line-height: 24px;
  }
  .contact_page .contact_text .contact_text_r {
    width: 100%;
    height: 250px;
  }
  .contact_page .contact_text .contact_text_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact_page .contact_icon {
    margin-top: 30px;
  }
  .contact_page .contact-phone-icon,
  .contact_page .contact-address-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
  }
  .contact_page .contact-phone-icon {
    background: url(../images/contact_phone.png) center center / 16px no-repeat #ffffff;
    margin-right: 30px;
  }
  .contact_page .contact-address-icon {
    background: url(../images/contact_address.png) center center / 16px no-repeat #ffffff;
  }
  .contact_page .contact_map .mymap {
    width: 100%;
    height: 350px;
  }
  .section.jsx-605016141 {
    height: 300px;
  }
  .about_list {
    margin-top: 0;
  }
  .about_list .about_item {
    flex-direction: column !important;
    height: auto;
  }
  .about_list .about_item .about_right {
    width: 100%;
  }
  .about_list .about_item .about_left {
    width: 100%;
  }
  .about_list .about_item .about_left .about_left_con {
    width: 100%;
    padding: 16px 20px 20px;
  }
  .about_list .about_item .about_left .about_left_con .about_item_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about_list .about_item .about_left .about_left_con .about_item_con_con {
    font-size: 12px;
  }
  .logo_nav_mobile .h-logo img {
    height: 50px;
    object-fit: contain;
  }
}
